Don't call update-po in make dist
authorMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2010 23:46:13 +0000 (19:46 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 8 Jun 2010 23:48:15 +0000 (19:48 -0400)
This is causing the bulk of the conflicts I have during distcheck,
and is not really necessary.

po-properties/Makefile.in.in
po/Makefile.in.in

index 886b60aa0867447c493e9c0d534c146b28ac0f12..c168dc22ca3b6c84096287227b65e47eac02776c 100644 (file)
@@ -184,7 +184,7 @@ maintainer-clean: distclean
        rm -f $(GMOFILES)
 
 distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
-dist distdir: update-po $(DISTFILES)
+dist distdir: $(DISTFILES)
        dists="$(DISTFILES)"; \
        for file in $$dists; do \
          ln $(srcdir)/$$file $(distdir) 2> /dev/null \
index 5e2944eed62c847023c6f0a9e24f5027773153af..4e8ada3ff91ac4228a0981f1b685e6546c1ecafe 100644 (file)
@@ -203,7 +203,7 @@ maintainer-clean: distclean
        rm -f $(GMOFILES)
 
 distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
-dist distdir: update-po $(DISTFILES)
+dist distdir: $(DISTFILES)
        dists="$(DISTFILES)"; \
        for file in $$dists; do \
          ln $(srcdir)/$$file $(distdir) 2> /dev/null \